Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/21 - Wave Effect/

assets /cody/swapnilsparsh/30DaysOfJavaScript/21 - Wave Effect/assets/
1 Items
  • wave.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/21 - Wave Effect/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/21 - Wave Effect/index.html
    394 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    script.js /cody/swapnilsparsh/30DaysOfJavaScript/21 - Wave Effect/script.js
    238 Views
    0 Comments
    const container = document.getElementById('container');
    const randomWaveButton = document.getElementById('randomWave');
    const ci
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/21 - Wave Effect/style.css
    174 Views
    0 Comments
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    }

    @font-face {